home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _B09876D4779C42B7911843B2B06ABFA0 < prev    next >
Encoding:
Text File  |  2004-03-17  |  260 b   |  22 lines

  1.  
  2. pshader("
  3.  
  4. ps_1_1
  5.  
  6.     // luminance weights, luminance subtract factor
  7.     def    c1, 0.3, 0.3, 0.3, 0.5
  8.  
  9.     // 0,0,0, texture factor
  10.     def    c2, 0, 0, 0, 1
  11.  
  12.     tex    t0
  13.  
  14.     dp3        r1, t0, c1
  15.     mul        r1, c1.a, -r1
  16.     mul        r0, c2.a, t0
  17.     add_x2_sat    r0, r0, r1
  18.  
  19. ")
  20.  
  21.  
  22.